From 1ef3f7dd17125f218e40c89d51b25205bab98ce3 Mon Sep 17 00:00:00 2001 From: Yang Hongyang Date: Wed, 16 Jul 2014 17:07:43 +0800 Subject: [PATCH] libxl/remus: add LIBXL_HAVE_REMUS to indicate Remus support in libxl Add LIBXL_HAVE_REMUS to indicate Remus support in libxl Signed-off-by: Yang Hongyang Acked-by: Ian Jackson Acked-by: Konrad Rzeszutek Wilk --- tools/libxl/libxl.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index 9ae0fccc6b..2700cc1eab 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -647,6 +647,12 @@ typedef struct libxl__ctx libxl_ctx; */ #define LIBXL_HAVE_BUILDINFO_SERIAL_LIST 1 +/* + * LIBXL_HAVE_REMUS + * If this is defined, then libxl supports remus. + */ +#define LIBXL_HAVE_REMUS 1 + typedef uint8_t libxl_mac[6]; #define LIBXL_MAC_FMT "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx" #define LIBXL_MAC_FMTLEN ((2*6)+5) /* 6 hex bytes plus 5 colons */ -- 2.30.2